projects
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8dbcd68
)
Add libtinfo to guestfsd (fixes FTBFS on architectures that lack a native OCaml compiler)
author
Hilko Bengen
<bengen@debian.org>
Mon, 9 Apr 2018 21:26:40 +0000
(23:26 +0200)
committer
Hilko Bengen
<bengen@debian.org>
Sat, 28 Jul 2018 17:00:34 +0000
(18:00 +0100)
Gbp-Pq: Name 0013-Add-libtinfo-to-guestfsd-fixes-FTBFS-on-architecture.patch
daemon/Makefile.am
patch
|
blob
|
history
diff --git
a/daemon/Makefile.am
b/daemon/Makefile.am
index 6240f517d96d4570d67598543fd36a609556fe4c..4ef20c87a7dd1cad7777ee8580538b0589d773a0 100644
(file)
--- a/
daemon/Makefile.am
+++ b/
daemon/Makefile.am
@@
-235,7
+235,8
@@
guestfsd_LDADD = \
$(TSK_LIBS) \
$(RPC_LIBS) \
$(YARA_LIBS) \
- $(OCAML_LIBS)
+ $(OCAML_LIBS) \
+ $(LIBTINFO_LIBS)
guestfsd_CPPFLAGS = \
-I$(shell $(OCAMLC) -where) \